PDF4Java Reference Documentation
com.o2sol.pdf4java.core.security Package / PDFStandardSecurityHandler Class / setEncryptMetadata Method
True if the metadata is encrypted, otherwise false.
In This Topic
    setEncryptMetadata Method
    In This Topic
    Sets a value indicating whether the document-level metadata stream is to be encrypted.
    Syntax
    public void setEncryptMetadata( 
       boolean value
    )

    Parameters

    value
    True if the metadata is encrypted, otherwise false.
    See Also